@font-face {
    font-family: 'GOTHICB';
    src: url('..//fonts/GOTHICB.TTF');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DINOT';
    src: url('../fonts/DINOT-BOLD.OTF');
    font-weight: bold;
    font-style: normal;
}

a:hover {
    text-decoration: none;
}

.main {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title {
    width: 1200px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title img {
    width: 600px;
    height: 60px;
}

.blue {
    color: #135AFF;
}

nav {
    width: 100%;
    background: #ffffff
}

nav .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav .main .logo a {
    display: block;
    width: 200px;
    height: 50px;
    background: url(../img/index/logo.png) no-repeat;
    background-size: 100% 100%;
}

nav .main .nav-bar {
    display: flex;
    margin: 0 46px 0 166px;
    height: 60px;
    font-size: 16px;
    color: #333333;
}

nav .main .nav-bar li {
    margin: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .main .nav-bar li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #333333;
}

nav .main .nav-bar li a::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 4px;
    background: rgba(19, 90, 255, 1);
    border-radius: 2px;
    position: absolute;
    bottom: -4px;
}

nav .main .nav-bar li a:hover {
    color: rgba(19, 90, 255, 1);
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

nav .main .nav-bar li a:hover::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 4px;
    background: rgba(19, 90, 255, 1);
    border-radius: 2px;
    bottom: 6px;
    transition: bottom 0.2s;
}

nav .main .nav-bar li.active a {
    color: rgba(19, 90, 255, 1);
    display: flex;
    flex-direction: column;
}

nav .main .nav-bar li.active a::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 4px;
    background: rgba(19, 90, 255, 1);
    border-radius: 2px;
    bottom: 6px;
}

nav .main .btn-login {
    width: 70px;
    line-height: 34px;
    color: rgba(19, 90, 255, 1);
    border: 1px solid rgba(19, 90, 255, 1);
    border-radius: 17px;
    text-align: center;
    cursor: pointer;
}

nav .main .btn-login:hover {
    background: rgba(19, 90, 255, 1);
    color: #ffffff;
}

.bread {
    width: 1200px;
    line-height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    background: #ffffff;
}

.bread li {
    margin-right: 20px;
}

.bread li a {
    display: inline-block;
    color: #999999;
}

.bread li:nth-child(2) a {
    color: #333333;
}

.global-util {
    width: 86px;
    background: #ffffff;
    position: fixed;
    right: -86px;
    bottom: 200px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.global-util li {
    width: 86px;
    height: 86px;
    box-sizing: border-box;
    border-bottom: 1px solid #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    position: relative;
}

.global-util li:nth-child(1) {
    border-radius: 10px 10px 0 0;
}

.global-util li:nth-last-child(1) {
    border-radius: 0 0 10px 10px;
}

.global-util li .tips {
    width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 86px;
}

.global-util li .tips .cont {
    width: 200px;
    height: 80px;
    background: #111111;
    border-radius: 10px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.global-util li:nth-child(2) .tips {
    width: 150px;
}

.global-util li:nth-child(2) .tips .cont {
    width: 120px;
    height: 120px;
}

.global-util li:nth-child(3) .tips {
    width: 150px;
}

.global-util li:nth-child(3) .tips .cont {
    width: 120px;
    height: 120px;
}

.global-util li .tips .cont img {
    width: 90%;
    height: 90%;
    border-radius: 6px;
}

.global-util li .tips .triangle {
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-left: 14px solid #111111;
}

.global-util li:hover {
    background: rgb(248, 248, 248);
}

.global-util li .iconfont {
    font-size: 20px;
    color: #135AFF;
}

.global-util li:nth-last-child(1) {
    border-bottom: none;
}

.hide {
    display: none !important;
}

.btn-animate {
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-15 {
    background: #ffffff;
    border: none;
    z-index: 1;
}

.btn-15:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #135AFF;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-15:hover {
    color: #fff;
}

.btn-15:hover:after {
    left: 0;
    width: 100%;
}

.btn-15:active {
    top: 1px;
}

.btn-15 a {
    width: 100%;
    height: 100%;
    color: #135AFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-15 a:hover {
    color: #ffffff;
}

/* 移动端css */

.row {
    margin-right: 0px;
    margin-left: 0px;
    box-sizing: border-box;
}

.mobile-nav {
    width: 100%;
}

.nav-mobile {
    width: 100%;
    height: 80px;
    background: #ffffff;
    box-sizing: border-box;
    color: #135AFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    z-index: 999;
    position: fixed;
    top: 0;
}

.nav-mobile .nav-mobile-logo {
    width: 150px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-mobile .iconfont {
    font-size: 30px;
    color: #135aff;
    cursor: pointer;
    line-height: 60px;
    padding: 0 0 0 20px;
}

.nav-mobile-list {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    float: left;
    display: none;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
    z-index: 99;
    position: absolute;
    top: 80px;
}

.nav-mobile-list li a {
    display: block;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 5px;
    color: #333333;
}

.nav-mobile-list li a:hover {
    text-decoration: none;
}

.nav-mobile-list li a:hover,
.nav-mobile-list li a:active {
    background: #135AFF;
    color: #ffffff;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 0px;
    padding-right: 0px;
}